Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Conversation

@Fidaabashir89
Copy link

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@netlify
Copy link

netlify bot commented Nov 4, 2023

Deploy Preview for cyf-module-html-css ready!

Name Link
🔨 Latest commit 4ad9387
🔍 Latest deploy log https://app.netlify.com/sites/cyf-module-html-css/deploys/654663e904a46800084869f7
😎 Deploy Preview https://deploy-preview-184--cyf-module-html-css.netlify.app/cakes-co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance:
Accessibility:
Best Practices:
SEO:
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@Ara225 Ara225 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good first attempt, well done :) I've made some comments but I'm sure you're already aware of most. You're doing really really well with what you have done

</p>
</section>
<section class="hero-sec">
<img src="./img/background-img.webp" alt="vanilla chocolate cake" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using good semantic html and some nice alt text

height: 100px;
align-self: center;
}
header {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The header looks really good, good work

pointer-events: none;
}

.menu-aside {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs some iteration to be more like the wireframe, hamburger menu on mobile and horizontail menu on desktop

display: none;
}

.ham-label:has(input:checked) + .menu-aside {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can see where you're going with this, good work 👍

width: 100%;
height: 100%;
display: flex;
flex-direction: column;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This display would be what we want when the hamburger menu is open on mobile but it shouldn't be open by default and on desktop, it should be with the links next to eachother

gap: var(--gap);
}

@media screen and (min-width: 640px) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good - it's responsive and mobile first as requested by the intructions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants